home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Developer / StopWatch / Source / InfoPanel.h < prev    next >
Encoding:
Text File  |  1993-07-23  |  246 b   |  20 lines

  1. /*
  2.  * Info Panel support for Stopwatch app.
  3.  *
  4.  * For legal stuff see the file COPYRIGHT
  5.  */
  6. #import <appkit/appkit.h>
  7.  
  8. @interface InfoPanel:Object
  9. {
  10.   id    panel;
  11.   id    versionField;
  12.   id    legalPanel;
  13. }
  14.  
  15. + new;
  16. - showInfo;
  17. - showLegal:sender;
  18.  
  19. @end
  20.